Global Index
HTML5 JS API Index > WebRTC Tutorials & Specs

RTCConfiguration

This type represents a collection of object properties and does not have an explicit JavaScript representation.

Properties
sequence<RTCIceServer>
iceServers
An array containing URIs of servers available to be used by ICE, such as STUN and TURN server.
RTCIceTransports
iceTransports = all
Indicates which candidates the ICE engine is allowed to use.
RTCIdentityOption
requestIdentity = ifconfigured
See the requestIdentity member of the RTCOfferAnswerOptions dictionary.
Referenced by
RTCPeerConnectionupdateIce(...)